home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / pict06.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  167 b   |  11 lines

  1. on exitFrame
  2.   if rollOver(35) then
  3.     cursorcontrol(35)
  4.   else
  5.     set the visible of sprite 48 to 0
  6.     updateStage()
  7.     cursor(-1)
  8.     go(the frame)
  9.   end if
  10. end
  11.